From 4a23a5850bb70f66b8f5a538d0f5636c036a74f4 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:40:29 -0700 Subject: [PATCH] tweak cmake org target. (#815) --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19b93b3e9..2a7d805c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,8 +521,9 @@ endif() if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) set(WEB "../babelweb" CACHE PATH "Path where the documentation will be stored for www.gpsbabel.org.") add_custom_target(gpsbabel.org - ${CMAKE_BINARY_DIR}/tools/make_gpsbabel_org.sh ${WEB} ${DOCVERSION} - DEPENDS gpsbabel gpsbabel.pdf) + ${CMAKE_SOURCE_DIR}/tools/make_gpsbabel_org.sh ${WEB} ${DOCVERSION} + DEPENDS gpsbabel gpsbabel.pdf + VERBATIM) endif() if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR) -- 2.30.2